home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 …ember: Reference Library
/
Dev.CD Dec 00 RL Disk 1.toast
/
pc
/
technical documentation
/
technical publications
/
quicktime
/
qtdevdocs
/
win
/
frametest.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-21
|
306 b
|
23 lines
<!--
if (parent.frames.length != 0) {
var frameLink = 'Hide Frames';
}
else {
var frameLink = 'Show Frames';}
function testFrame(){
if (parent.frames.length != 0) {
top.location = self.location;
// loaded in frames
}
else {
location='../RM/frameset2.htm';
// not loaded frames
}
}
//-->